From: Paul Eggert Date: Fri, 3 Jun 2011 18:14:49 +0000 (-0700) Subject: * lisp.h: Include , as it'll useful in later changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3528^2^2~15 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c5b8fad6bc193942055634a242dbf82c8ab5c8f8;p=emacs.git * lisp.h: Include , as it'll useful in later changes. * character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include , since lisp.h does. --- c5b8fad6bc193942055634a242dbf82c8ab5c8f8 diff --cc src/ChangeLog index ac8e543ea91,3e9dfc0a63c..6e18c8e18ea --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,5 -1,9 +1,9 @@@ -2011-06-02 Paul Eggert +2011-06-03 Paul Eggert + * lisp.h: Include , as it'll useful in later changes. + * character.c, data.c, editfns.c, insdel.c, intervals.c: + Don't include , since lisp.h does. + Don't assume time_t can fit into int. * buffer.h (struct buffer.modtime): Now time_t, not int. * fileio.c (Fvisited_file_modtime): No need for time_t cast now.